home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / WrapperInspector / Source / ImageSubInspector.h < prev    next >
Text File  |  1995-06-12  |  781b  |  31 lines

  1. //----------------------------------------------------------------------------------------------------
  2. //
  3. //    ImageSubInspector
  4. //
  5. //    Inherits From:        DefaultSubInspector
  6. //
  7. //    Declared In:        ImageSubInspector.h
  8. //
  9. //    Class Description
  10. //
  11. //        ImageSubInspector manages 'sub' inspection of eps and tiff files.
  12. //        
  13. //    Disclaimer
  14. //
  15. //        You may freely copy, distribute and reuse this software and its
  16. //        associated documentation. I disclaim any warranty of any kind, 
  17. //        expressed or implied, as to its fitness for any particular use.
  18. //
  19. //----------------------------------------------------------------------------------------------------
  20. #import "DefaultSubInspector.h"
  21.  
  22.  
  23. @interface ImageSubInspector : DefaultSubInspector
  24. {
  25.     id    imageView;
  26.     id    imageHeight;
  27.     id    imageWidth;
  28. }
  29.  
  30.  
  31. @end